home *** CD-ROM | disk | FTP | other *** search
/ Easy Internet / Internet Training Corporation Easy Internet Rev21 (ITC).ISO / pc / enet32.exe / 0 / RCDATA / TSCRFRM / TSCRFRM.txt
Text File  |  1996-08-24  |  2KB  |  79 lines

  1. object ScrFrm: TScrFrm
  2.   Left = 290
  3.   Top = 152
  4.   Width = 393
  5.   Height = 461
  6.   Caption = 'Dial-Up Scripting'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Panel1: TPanel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 385
  18.     Height = 434
  19.     Align = alClient
  20.     BevelInner = bvLowered
  21.     TabOrder = 0
  22.     object Memo: TRichEdit
  23.       Left = 12
  24.       Top = 12
  25.       Width = 363
  26.       Height = 373
  27.       Font.Charset = DEFAULT_CHARSET
  28.       Font.Color = clBlack
  29.       Font.Height = -12
  30.       Font.Name = 'Arial'
  31.       Font.Style = []
  32.       Lines.Strings = (
  33.         '')
  34.       ParentFont = False
  35.       PlainText = True
  36.       ReadOnly = True
  37.       ScrollBars = ssVertical
  38.       TabOrder = 0
  39.     end
  40.     object NoBtn: TBitBtn
  41.       Left = 236
  42.       Top = 396
  43.       Width = 139
  44.       Height = 27
  45.       Caption = 'Do NOT update'
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clRed
  48.       Font.Height = -11
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = []
  51.       ParentFont = False
  52.       TabOrder = 1
  53.       Kind = bkCancel
  54.       Margin = 2
  55.       Spacing = -1
  56.       IsControl = True
  57.     end
  58.     object OkButton: TBitBtn
  59.       Left = 12
  60.       Top = 396
  61.       Width = 139
  62.       Height = 27
  63.       Caption = 'Update scripting'
  64.       Font.Charset = DEFAULT_CHARSET
  65.       Font.Color = clGreen
  66.       Font.Height = -11
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = []
  69.       ParentFont = False
  70.       TabOrder = 2
  71.       OnClick = OkButtonClick
  72.       Kind = bkOK
  73.       Margin = 2
  74.       Spacing = -1
  75.       IsControl = True
  76.     end
  77.   end
  78. end
  79.